testing.outputWriter.partial (field)

8 uses

	testing (current package)
		testing.go#L1091: 		return (c.o != nil) && (len(c.o.partial) > 0)
		testing.go#L1122: 	partial []byte // incomplete ('\n'-free) suffix of last Write
		testing.go#L1145: 		if i == 0 && len(o.partial) > 0 {
		testing.go#L1146: 			line = slices.Concat(o.partial, line)
		testing.go#L1147: 			o.partial = o.partial[:0]
		testing.go#L1152: 	o.partial = append(o.partial, lines[last]...)